-
Notifications
You must be signed in to change notification settings - Fork 32
Replace PriorExtractorContext with PriorDistributionAccumulator #907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Benchmark Report for Commit 2176a07Computer Information
Benchmark Results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## breaking #907 +/- ##
===========================================
Coverage ? 84.52%
===========================================
Files ? 37
Lines ? 4052
Branches ? 0
===========================================
Hits ? 3425
Misses ? 627
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# TODO(mhauru) This doesn't actually need the NumProduceAccumulator, it's only a | ||
# workaround for the fact that `order` is still hardcoded in VarInfo, and hence you | ||
# can't push new variables without knowing the num_produce. Remove this when possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great comment lol
I forgot about TuringLang/Turing.jl#2537 before implementing this, but I guess it's still a simple improvement even if soon it'll all be redone.